home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Apps / AudioApps / Resound / PreferencesManager.h < prev    next >
Text File  |  1992-12-20  |  680b  |  46 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <objc/Object.h>
  5.  
  6. @interface PreferencesManager:Object
  7. {
  8.     id PreferencesPanel;
  9.     
  10.     
  11.     // Put your module id here if you need to contact it!
  12.     
  13.     id TheEditController;
  14.     
  15.     // Put your interface buttons here...
  16.     
  17.     id ContinuousZoomButton;
  18.     id ContinuousUpdateSelectionButton;
  19.     id ContinuousUpdateViewButton;
  20.     id MinMaxDisplayButton;
  21.     id OscilliscopicDisplayButton;
  22. }
  23.  
  24.  
  25.  
  26.  
  27. - init;
  28. - SavePreferences;
  29. - PerformPreferences;
  30. - SoundComingIn;
  31.  
  32.  
  33.  
  34. // a preferences look-up
  35.  
  36. - (BOOL) ContinuousSelection;
  37. - (BOOL) ContinuousView;
  38. - (int) MinMaxDisplay;
  39.  
  40. // for the preferences panel
  41.  
  42. - StartPreferencesPanel:sender;
  43. - PreferencesOkayed:sender;
  44.  
  45. @end
  46.